home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
ada
/
gwuada_5.zip
/
adaed
/
spider
/
draw4.ada
< prev
next >
Wrap
Text File
|
1993-02-04
|
501b
|
45 lines
WITH Spider; Use Spider;
PROCEDURE Drawing4 IS
BEGIN
Reset;
Step; -- First, insert "Turn;" before this line.
Step;
Step;
Turn;
Step; -- Second, insert "Cyan;" before this line.
Step;
Step;
Step;
Turn;
Step; -- Third, insert "Green;" before this line.
Step;
Step;
Step;
Black;
Turn;
Step;
Green;
Turn;
Turn;
Turn;
Step;
Turn;
Black;
Step;
Green;
Step;
Black;
Turn;
Step;
Green;
Step;
Black;
Step;
Turn;
Step;
Red;
Turn;
Step;
Quit;
END Drawing4;